This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
More definitive cause-The TRUE solution ~Martha Ekhipitheroden 24.Apr.03 06:19 PM a Web browser Domino Server 6.0.1Windows 2000
OK, I can confirm that the NOTES.INI setting
SMTPStrict821AddressSyntax=0 has absolutely no effect on the operations of the SMTP server. Matter of fact, if you search the executables for the string, you'll find that only nrouter.exe actually references "SMTPStrict821AddressSyntax".
The correct (and undocumented) INI setting to address this problem is (I spelled it wrong the first time):
SMTPNonStandardLineTermination=1
This does do what SMTPStrict821AddressSyntax=0 is supposed to do.